projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b08ec47
)
fixed an issue with g++
author
Øyvind Kolås
<ok@src.gnome.org>
Tue, 26 Sep 2006 13:48:48 +0000
(13:48 +0000)
committer
Øyvind Kolås
<ok@src.gnome.org>
Tue, 26 Sep 2006 13:48:48 +0000
(13:48 +0000)
ChangeLog
patch
|
blob
|
history
babl/babl-classes.h
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 9ff026809ce1e5e884bf48d637da46b25db4229d..0727357984b4a34564840c8f2f045f06ab459df1 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2006-09-26 Dominik Ernst <dernst@gmx.de>
+
+ * babl/babl-classes.h: fixed an issue with g++
+
2006-09-23 Øyvind Kolås <pippin@gimp.org>
* docs/Makefile.am: output the conversion grid when building on
diff --git
a/babl/babl-classes.h
b/babl/babl-classes.h
index 7f83ba9cb2cca6a24767781c5d81d692f3b4220f..e70f460d8f67ac3f468096618691fa3c9fd6f632 100644
(file)
--- a/
babl/babl-classes.h
+++ b/
babl/babl-classes.h
@@
-267,7
+267,7
@@
typedef struct
void (*destroy) (void);
} BablExtension;
-typedef union
+typedef union
Babl
{
BablClassType class_type;
BablInstance instance;